const runtime.pollClosing

3 uses

	runtime (current package)
		netpoll.go#L120: 	pollClosing = 1 << iota
		netpoll.go#L132: func (i pollInfo) closing() bool              { return i&pollClosing != 0 }
		netpoll.go#L152: 		info |= pollClosing